From 5152d372b81952b303bda2984781dbe57abe9f10 Mon Sep 17 00:00:00 2001 From: Kevin Bullock Date: Mon, 15 Aug 2016 13:36:49 -0500 Subject: [PATCH] Document ability to configure `cargo-new.vcs = "hg"` --- src/doc/config.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/config.md b/src/doc/config.md index 5c73f0b08..6a4101992 100644 --- a/src/doc/config.md +++ b/src/doc/config.md @@ -51,8 +51,9 @@ paths = ["/path/to/override"] name = "..." email = "..." -# By default `cargo new` will initialize a new git repository. This key can be -# set to `none` to disable this behavior. +# By default `cargo new` will initialize a new Git repository. This key can be +# set to `hg` to create a Mercurial repository, or `none` to disable this +# behavior. vcs = "none" # For the following sections, $triple refers to any valid target triple, not the -- 2.30.2